-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix error codes #51475
Merged
Merged
Fix error codes #51475
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
added
the
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
label
Jun 10, 2018
r? @Manishearth |
I've been wondering about those for a while |
@bors-servo r+ |
📌 Commit f2349d5 has been approved by |
bors
added
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
and removed
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
labels
Jun 10, 2018
For future reference, the previously used error codes:
```
ag " E0...," | sed -n -e 's/,.*//p' | sed -n -e 's/^.*E0//p' | sort | uniq
007
009
015
017
018
019
025
026
029
030
033
034
035
036
038
046
049
050
053
054
055
057
060
061
062
067
068
070
085
086
101
102
103
104
106
107
109
110
116
117
118
119
120
121
122
123
127
129
130
134
135
141
152
153
157
159
161
163
167
168
172
173
174
182
183
184
185
186
187
188
189
190
191
195
196
199
200
203
204
206
208
209
210
212
213
215
216
217
218
219
220
222
223
224
226
227
228
230
233
234
235
236
237
238
239
240
241
242
245
246
247
248
249
252
257
258
261
262
263
268
271
272
273
274
277
278
279
280
282
284
285
298
299
300
304
305
307
308
309
310
311
312
313
314
315
316
319
320
322
326
328
368
371
372
373
374
375
376
377
379
382
383
384
385
390
391
396
401
402
403
404
405
406
407
409
410
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
429
432
433
434
437
438
449
450
453
456
457
458
460
461
462
463
464
465
467
470
471
472
473
474
475
476
477
479
480
481
482
483
484
485
486
487
488
489
490
491
493
495
496
499
502
503
505
506
507
512
514
518
519
523
524
526
530
531
533
538
539
540
541
542
543
544
545
546
547
548
549
550
551
553
555
556
557
560
561
562
563
564
566
567
568
569
573
574
575
576
577
578
579
581
582
584
587
588
592
593
594
596
598
599
605
611
612
613
618
621
623
625
626
627
628
629
630
631
632
634
637
640
641
642
643
645
657
666
667
687
688
689
693
694
695
696
697
698
906
907
909
910
911
```
|
☀️ Test successful - status-appveyor, status-travis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.